A Minimal Book Example
1
About
1.1
Usage
1.2
Render book
1.3
Preview book
2
Set Up
3
Import Data
3.1
USDA National Forest Type Group Dataset (2004)
3.2
EPA level-3 Ecoregions
3.3
Mapping
3.3.1
Ecoregions
3.3.2
Forest Type Groups
4
Define Fire Parameters
4.1
MTBS
4.2
Group Adjacent Fires
4.3
Select Fires by Ecoregion and Forest Type
4.4
Select Fires by Burn Severity
4.5
Clean Up Dataset
5
Final Fire Dataset
5.1
Selected fires by year
5.2
Selected fires by majority forest type
6
Export Data
6.1
Final Cleanup for Export
6.2
Export
7
Set Up
7.1
Libraries
7.2
Import Data
8
Create High-Severity Patches
8.1
PatchMorph
8.2
Refine Patches
8.3
Mapping
9
Export Data
10
Set Up
10.1
Libraries
10.2
Import Data
11
Create Sampling Quadrants
11.1
Create Quadrants of North/South Aspects and Patch Interior/Exterior
11.2
Clean Quadrants
12
Export Data
13
Set Up
13.1
Libraries
13.2
Import Data
14
Sampling Points
14.1
Import and Combine Training Points
14.2
Assign Points and Clean Data
15
Export
Published with bookdown
04_trainingdata
Chapter 5
Final Fire Dataset
5.1
Selected fires by year
# plot
mapview
(fires_select,
zcol =
"year"
)